Category: Zone BBS Suggestions and Feedback
Could it be possible to please put a reminder somewhere on the site that everyone can easily find that says that to use quotation marks, one has to put a backslash (\) in front of them? I just tried running the ASL command on the user known as "Thexy Thtevie" (ID: 8045), and I got an error saying that there was a syntax error in the MySQL and to check the manual for the correct syntax. I determined after examination of the small snippet of text that MySQL gave me that the quotation marks weren't properly escaped.
Tyler
You're right. Or, someone should have Chris or J Squared go in and fix the error.
Chris or J-Squared can't modify the profiles of individual users. Or can they? I don't think it's possible, but if they're the ones in control of the Web server, who knows?
well, what causes the quote problem exactly. Couldn't it just b a code modification?
What causes the quote problem is that an unescaped quotation mark is being placed into a MySQL table. MySQL, like almost any programming language, requires that quotation marks be escaped within user-entered data to differentiate that data from a standard string that the programmer inputs. Quotation marks inside strings also have to be escaped in most programming languages.
indeed, nothing more than an oversight.